PathLayer.setDash

Sets dashed line pattern in a way similar to cairo_set_dash() of cairo. This method supports only integer values for segment lengths. The values have to be passed inside the data pointer of the list (using the %GUINT_TO_POINTER conversion)

Pass %NULL to use solid line.

class PathLayer
void
setDash

Parameters

dashPattern ListG

list of integer values representing lengths of dashes/spaces (see cairo documentation of cairo_set_dash())

Meta